Fix gtk4-icon-browser
authorMatthias Clasen <mclasen@redhat.com>
Thu, 24 Jan 2019 21:11:45 +0000 (16:11 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 25 Jan 2019 01:43:12 +0000 (20:43 -0500)
It was broken by a recent GtkDialog change that renamed
the internal vbox child to content_area.

demos/icon-browser/window.ui

index d060f97c387297e94bfdf030339b409cfc31c798..1bbe6a34020b696e1adb240a4db55feda71f0a4f 100644 (file)
     <property name="use-header-bar">1</property>
     <property name="resizable">0</property>
     <property name="hide-on-close">1</property>
-    <child internal-child="vbox">
+    <child internal-child="content_area">
       <object class="GtkBox">
         <child>
           <object class="GtkGrid">